func internal/cpu.cpuid
16 uses
internal/cpu (current package)
cpu_x86.go#L12: func cpuid(eaxArg, ecxArg uint32) (eax, ebx, ecx, edx uint32)
cpu_x86.go#L115: maxID, _, _, _ := cpuid(0, 0)
cpu_x86.go#L122: maxExtendedFunctionInformation, _, _, _ = cpuid(0x80000000, 0)
cpu_x86.go#L124: _, _, ecx1, _ := cpuid(1, 0)
cpu_x86.go#L169: eax7, ebx7, ecx7, edx7 := cpuid(7, 0)
cpu_x86.go#L201: maxExtendedInformation, _, _, _ = cpuid(0x80000000, 0)
cpu_x86.go#L208: _, _, _, edxExt1 := cpuid(0x80000001, 0)
cpu_x86.go#L223: eax71, _, _, _ := cpuid(7, 1)
cpu_x86.go#L247: eax, ebx, ecx, edx = cpuid(0x80000002, 0)
cpu_x86.go#L249: eax, ebx, ecx, edx = cpuid(0x80000003, 0)
cpu_x86.go#L251: eax, ebx, ecx, edx = cpuid(0x80000004, 0)
datacache_x86.go#L16: maxFunctionInformation, ebx0, ecx0, edx0 := cpuid(0, 0)
datacache_x86.go#L54: eax, ebx, ecx, _ := cpuid(4, i)
datacache_x86.go#L90: maxExtendedFunctionInformation, _, _, _ := cpuid(0x80000000, 0)
datacache_x86.go#L97: _, _, ecx5, _ := cpuid(0x80000005, 0)
datacache_x86.go#L98: _, _, ecx6, edx6 := cpuid(0x80000006, 0)